home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_2192 / frame_35 / DoAction.as
Text File  |  2008-11-12  |  137b  |  9 lines

  1. if(random(100) < 50)
  2. {
  3.    gotoAndPlay(1);
  4.    tellTarget("_root.GardeDevant.GardeTir.Tir.Haut")
  5.    {
  6.       gotoAndPlay(1);
  7.    }
  8. }
  9.